Interface LMISignaling

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
LMISignalingImpl

public interface LMISignaling extends Process
Information provided by the PKI file:

    \class LmiSignaling
    
    \brief LmiSignaling handles and manipulates the PPP encapsulation process.
    
    \example network().getDevice("Router0").getProcess("LmiSignaling")
    
Author:
Auto-generated
  • Method Details

    • getPacketCnt

      int getPacketCnt()
      Information provided by the PKI file:
      
          \return int, value is the packet count.
          
              
      Returns:
      int Returns a int
    • getUserTrafficAt

      UserTraffic getUserTrafficAt(int index)
      Information provided by the PKI file:
      
          \return UserTraffic, value is the user traffic at the given index.  Range (0, getPacketCnt()-1).
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserTraffic Returns a UserTraffic